home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / dll_gen / cursor / cursor.bas next >
Encoding:
BASIC Source File  |  1995-01-05  |  81 b   |  7 lines

  1. Option Explicit
  2. Type PointType
  3.     x As Integer
  4.     y As Integer
  5. End Type
  6.  
  7.